home *** CD-ROM | disk | FTP | other *** search
/ Enter Special 5: Digital Photography / ENTER Special 05.iso / Grafika / Paint Shop Pro 8.0 / psp800ev.exe / Data1.cab / Preset_Lights_Soft_Light_upp1 < prev    next >
Encoding:
Text File  |  2003-04-22  |  826 b   |  25 lines

  1. from JascApp import *
  2.  
  3. def ScriptProperties():
  4.     return {
  5.         'Author': '',
  6.         'Copyright': '',
  7.         'Description': '',
  8.         'Host': 'Paint Shop Pro',
  9.         'Host Version': '8.00'
  10.         }
  11.  
  12. def Preset_Lights():
  13.     return {
  14.         'SelButton': 1, 
  15.         'Darkness': 70, 
  16.         'Lights': ((App.Constants.Boolean.false,(118,93,73),(-70,-70,25,600,28,40,40,135)),(App.Constants.Boolean.true
  17.             ,(255,207,145),(70,-70,25,600,28,40,40,225)),(App.Constants.Boolean.false,(255,207,145),(70,
  18.             70,25,600,28,40,40,315)),(App.Constants.Boolean.false,(255,207,145),(-70,70,25,600,28,40,40,
  19.             45)),(App.Constants.Boolean.true,(200,200,200),(0,0,10,500,28,45,0,200)))
  20.         }
  21.  
  22. def Do(Environment):
  23.     App.Do( Environment, 'Lights',         Preset_Lights())
  24.  
  25.